@charset "UTF-8";

body {
	background-color: #ffffff;
	padding: 0;
	margin:  0;
}

#content {
	position: relative;
	width: 100%;
	max-width: 1000px;
}

#content img {
	width: 100%;
}

#splash-links {
	background-color: #000000;
	width: 100%;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#splash-links a {
	text-decoration: none;
	display: block;
}

#splash-links a span, #splash-links a:link span, #splash-links a:visited span {
	text-decoration: none;
	color: #ffffff; !important;
	text-transform: uppercase;
	font: 24px/1 "Fjalla One";
	/*padding-right: 75px;*/
}

#att span {
	display: block;
	width: 131px;
	height: 55px;
	background: transparent url("../../../graphics/splash/20161022/att-logo.png") no-repeat scroll left top;
}

#att {
	text-indent: -9999px;
	padding-left: 10px;
}

#game-sponsor span {
	display: block;
	width: 131px;
	height: 55px;
	background: transparent url("../../../graphics/splash/20181013/chevron.png") no-repeat scroll left top;
}

#game-sponsor {
	text-indent: -9999px;
	padding-left: 10px;
}

a img {
	border: 0;
}

#artwork {
	margin: 0 auto;
}

#artwork span {
	display: none;
}

#artwork img {
	width: 100%;
}